DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / C1DataAdapterBase<TCommandImpl> Class / UpdateCommand Property

In This Topic
    UpdateCommand Property (C1DataAdapterBase<TCommandImpl>)
    In This Topic
    Gets or sets an SQL statement used to update records in the data source.
    Syntax
    'Declaration
     
    Public Shadows Property UpdateCommand As TCommandImpl
    public new TCommandImpl UpdateCommand {get; set;}
    See Also